Click or drag to resize

Subscribe Constructor (Response)

Initializes a new instance of the Subscribe class from the specified response.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Subscribe(
	Response response
)

Parameters

response
Type: Independentsoft.SipResponse
A response.
See Also